POST api/Company/PostAddYiLiao

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
li
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "P_NAME": "sample string 1",
  "Card_ID": "sample string 2",
  "P_ID": 3,
  "DANGAN_TYPE": "sample string 4",
  "JIAOFEI_CATEGORY": "sample string 5",
  "JIAOFEI_TYPE": 6,
  "JIAOFEI_MONTHS": 7,
  "JIAOFEI_MONEY": 1.0,
  "JIAOFEI_QUJIAN": "sample string 8",
  "JIAOFEI_TIME": "2025-07-09T23:58:50.5572593+08:00",
  "JIAOFEI_STATUS": 9,
  "JIAOFEI_NOTE": "sample string 10",
  "BANLI_TYPE": "sample string 11",
  "CacheDataCode": "sample string 12"
}

application/xml, text/xml

Sample:
<yiliaoadd xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FunWorkAPI.Models">
  <BANLI_TYPE>sample string 11</BANLI_TYPE>
  <CacheDataCode>sample string 12</CacheDataCode>
  <Card_ID>sample string 2</Card_ID>
  <DANGAN_TYPE>sample string 4</DANGAN_TYPE>
  <JIAOFEI_CATEGORY>sample string 5</JIAOFEI_CATEGORY>
  <JIAOFEI_MONEY>1</JIAOFEI_MONEY>
  <JIAOFEI_MONTHS>7</JIAOFEI_MONTHS>
  <JIAOFEI_NOTE>sample string 10</JIAOFEI_NOTE>
  <JIAOFEI_QUJIAN>sample string 8</JIAOFEI_QUJIAN>
  <JIAOFEI_STATUS>9</JIAOFEI_STATUS>
  <JIAOFEI_TIME>2025-07-09T23:58:50.5572593+08:00</JIAOFEI_TIME>
  <JIAOFEI_TYPE>6</JIAOFEI_TYPE>
  <P_ID>3</P_ID>
  <P_NAME>sample string 1</P_NAME>
</yiliaoadd>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Code": 1,
  "Message": "sample string 1"
}

application/xml, text/xml

Sample:
<Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FunWorkAPI.Models">
  <Code>Succeed</Code>
  <Message>sample string 1</Message>
</Result>